home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / disk / misc / ADFlib.lha / Lib / prefix.h < prev   
C/C++ Source or Header  |  1999-03-04  |  183b  |  15 lines

  1. #ifndef _PREFIX_H
  2. #define _PREFIX_H 1
  3.  
  4. /*
  5.  * prefix.h
  6.  *
  7.  */ 
  8.  
  9. #ifdef WIN32DLL
  10. #define PREFIX __declspec(dllexport)
  11. #else
  12. #define PREFIX 
  13. #endif /* WIN32DLL */
  14.  
  15. #endif /* _PREFIX_H */